[gi] Added missing (allow-none) annotation to gdk_device_grab
authorSebastian Pölsterl <sebp@k-d-w.org>
Fri, 21 Jan 2011 09:36:07 +0000 (10:36 +0100)
committerSebastian Pölsterl <sebp@k-d-w.org>
Fri, 21 Jan 2011 09:36:07 +0000 (10:36 +0100)
gdk/gdkdevice.c

index 2d1f00afd4dc2da412e7d1816a15340a1c384490..5b1f6250f7853cbc2804d1ef1c536eea5e461816 100644 (file)
@@ -1149,7 +1149,7 @@ get_native_grab_event_mask (GdkEventMask grab_mask)
  *                @event_mask. In either mode, unreported events are discarded.
  * @event_mask: specifies the event mask, which is used in accordance with
  *              @owner_events.
- * @cursor: the cursor to display while the grab is active if the device is
+ * @cursor: (allow-none): the cursor to display while the grab is active if the device is
  *          a pointer. If this is %NULL then the normal cursors are used for
  *          @window and its descendants, and the cursor for @window is used
  *          elsewhere.